ClientErrorType
import { ClientErrorType } from "@hyper-fetch/core"
Description
Defined in client/client.types.ts:6
Preview
type ClientErrorType = Record<string, any> | string;
Structure
Record<string, any> | string
import { ClientErrorType } from "@hyper-fetch/core"
Defined in client/client.types.ts:6
type ClientErrorType = Record<string, any> | string;
Record<string, any> | string